﻿
/*
==================================================================
body
==================================================================
*/

body{
	background-color:#ffffff;
	background-image:none;
}

/*
==================================================================
MainArea
==================================================================
*/

#MainArea{
	margin-top:15px;
	margin-bottom:0px;
}

/*
==================================================================
TopHeader
==================================================================
*/

.HeaderTopBlock{
	width:920px;
	height:20px;
	line-height:20px;
	background-image: url("image/design.png");
	background-repeat:no-repeat;
	background-position:-0px -0px;
	color:#ffffff;
}


/*
==================================================================
Header
==================================================================
*/

.HeaderBlock{
	width:920px;
	height:130px;
	margin:auto;
	background-image: url("image/design.png");
	background-repeat:no-repeat;
	background-position:-0px -25px;
}


/*
==================================================================
HeaderMenu
==================================================================
*/

.HeaderMenuBlock .menu_box{
	cursor:pointer;
}

.HeaderMenuBlock .menu_box a {
	width:184px;
	height :50px;
	line-height :50px;
	text-align:center;
	background-image: url("image/design.png");
	background-repeat:no-repeat;
	background-position:-0px -160px;
	cursor:pointer;
	color:#FFFFFF;
}

.HeaderMenuBlock .menu_box a:hover {
	background-image: url("image/design.png");
	background-repeat:no-repeat;
	background-position:-184px -160px;
	color:#FFFFFF;
}

.HeaderMenuBlock .subMenu .menu_box a{
	text-align:left;
	color:#333333;
	background-color:#3CB9EB;
	background-image:none;
	height:25px;
	line-height:25px;
}

.HeaderMenuBlock .subMenu .menu_box a:hover {
	color:#FFFFFF;
	background-color:#004BB4;
	background-image:none;
	height:25px;
	line-height:25px;
}


.HeaderMenuBlock .menu_box a span{
	margin:0px;
	margin-left:15px;
	margin-right:5px;
}

.HeaderMenuBlock .subMenu .menu_box a span{
	margin:0px;
	margin-left:15px;
	margin-right:5px;
}


/*
==================================================================
SideMenuMENU
==================================================================
*/

.SideMenuBlock .menu_box{
	cursor:pointer;
}

.SideMenuBlock .menu_box a {
	text-align:left;
	width:180px;
	height :36px;
	line-height :36px;
	text-align:left;
	background-image: url("image/design.png");
	background-repeat:no-repeat;
	background-position:-548px -160px;
	cursor:pointer;
	color:#333333;
}

.SideMenuBlock .menu_box a:hover {
	background-image: url("image/design.png");
	background-repeat:no-repeat;
	background-position:-728px -160px;
	color:#333333;
}


.SideMenuBlock .subMenu .menu_box a{
	color:#FFFFFF;
	background-color:#004BB4;
	background-image:none;
	height:25px;
	line-height:25px;
}

.SideMenuBlock .subMenu .menu_box a:hover {
	color:#000000;
	background-color:#3CB9EB;
	background-image:none;
	height:25px;
	line-height:25px;
}


.SideMenuBlock .menu_box a span{
	margin:0px;
	margin-left:5px;
	margin-right:5px;
}

.SideMenuBlock .subMenu .menu_box a span{
	margin:0px;
	margin-left:5px;
	margin-right:5px;
}


/*
==================================================================
Footer
==================================================================
*/

.FooterBlock{
	width:920px;
	height:42px;
	line-height:42px;
	margin:auto;
	background-image: url("image/design.png");
	background-repeat:no-repeat;
	background-position:-0px -240px;
}


.FooterBlock .Copyright{
	color:#FFFFFF;
}

/*
==================================================================
CONTENTS
==================================================================
*/

.menu_title {
	width:680px;
	height:60px;
	line-height:60px;
	background-image: url("image/design.png");
	background-repeat:no-repeat;
	background-position:-0px -287px;
}

.contents_title {
	width:680px;
	height:34px;
	line-height:34px;
	background-image: url("image/design.png");
	background-repeat:no-repeat;
	background-position:-0px -352px;
}

.record_title {
	height:20px;
	line-height:20px;
	background-color:#cccccc;
	color:#333;
}

